diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-17 10:29:20 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-17 10:29:20 +0000 |
commit | 261b84fe6f3ff02df4c7240392e3561df3631307 (patch) | |
tree | 9b75557902f7f93f660c7a6624f5d96980df16b1 /mail/asmail | |
parent | e0e8b3b3da654498c92eb42fc7aa507ce40098be (diff) |
Notes
Diffstat (limited to 'mail/asmail')
-rw-r--r-- | mail/asmail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index a7fe2f1fb86d..dc5490f9d3e6 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://www.tigr.net/afterstep/download/asmail/ MAINTAINER= ports@FreeBSD.org COMMENT= Biff-type program, designed to match AfterStep -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg - USE_X_PREFIX= yes USE_XPM= yes USE_OPENSSL= yes @@ -26,8 +24,8 @@ CONFIGURE_ARGS= --enable-shaping MAN1= asmail.1x MAN5= asmailrc.5x -CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -lssl -lcrypto +CPPFLAGS+= ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} -lssl -lcrypto post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |