diff options
Diffstat (limited to 'mail/popd')
-rw-r--r-- | mail/popd/Makefile | 1 | ||||
-rw-r--r-- | mail/popd/files/patch-src::Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index 9adf5fd2a289..d1d65eb691d9 100644 --- a/mail/popd/Makefile +++ b/mail/popd/Makefile @@ -7,6 +7,7 @@ PORTNAME= popd PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/ diff --git a/mail/popd/files/patch-src::Makefile b/mail/popd/files/patch-src::Makefile index 0da20f3c36f4..0637324b9b82 100644 --- a/mail/popd/files/patch-src::Makefile +++ b/mail/popd/files/patch-src::Makefile @@ -5,7 +5,7 @@ PROG= popd -CFLAGS+= -Wall -Werror -pedantic -I../lib -L../lib -L/usr/local/lib \ -+CFLAGS+= -Wall -Werror -pedantic -I../lib -L../lib \ ++CFLAGS+= -Wall -pedantic -I../lib -L../lib \ -DUSE_SSL -DUSE_IPV6 LDADD= -lcrypt -lmd -lradius -lpoputil -lssl -lcrypto -DPSDD= ${LIBCRYPT} ${LIBMD} |