- update to 0.1.2
This commit is contained in:
parent
96246bede6
commit
b28d1c274c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114266
3 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= replex
|
||||
PORTVERSION= 0.1.0
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.metzlerbros.org/dvb/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (replex-0.1.0.tar.gz) = d1c8127a052ccb923f8bf83a39454cb1
|
||||
SIZE (replex-0.1.0.tar.gz) = 42309
|
||||
MD5 (replex-0.1.2.tar.gz) = 8b5d506857648d1c0a3491c6c1ad6770
|
||||
SIZE (replex-0.1.2.tar.gz) = 45505
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
replex: libreplex.a replex.o
|
||||
- $(CC) -o replex replex.o -L. -lreplex
|
||||
+ $(CC) $(LDFLAGS) -o replex replex.o -L. -lreplex
|
||||
+ $(CC) -o replex replex.o -L. -lreplex $(LDFLAGS)
|
||||
|
||||
dist: $(SRC) $(HEADERS) Makefile
|
||||
mkdir $(DISTNAME)
|
||||
|
|
Loading…
Reference in a new issue