summaryrefslogtreecommitdiff
path: root/mail/popper/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-07-30 15:51:33 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-07-30 15:51:33 +0000
commit919e336a9b4519fb9c30b628783f05de47fa27dc (patch)
tree13c70dfd754f9b9dcd3cf0b52773a61290d9df5f /mail/popper/Makefile
parentNew port rain version 1.2.7 Beta 3: Rain is a packeting tool used (diff)
Switch to OPIE
Notes
Notes: svn path=/head/; revision=45625
Diffstat (limited to 'mail/popper/Makefile')
-rw-r--r--mail/popper/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile
index af55d4791f5f..7e1f37e64bcf 100644
--- a/mail/popper/Makefile
+++ b/mail/popper/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qpopper
PORTVERSION= 2.53
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -28,10 +28,8 @@ O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \
-DBULLDB -DNONAUTHFILE='\"/etc/ftpusers\"'
.if !defined(APOP_ONLY)
-.if exists(/usr/lib/libskey.a)
-P_LIBS= -lskey
-O_DEFS+= -DSKEY
-.endif
+P_LIBS= -lopie
+O_DEFS+= -DOPIE
.else
O_DEFS+= -DAPOP_ONLY
.endif