diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-07-30 15:51:33 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-07-30 15:51:33 +0000 |
commit | 919e336a9b4519fb9c30b628783f05de47fa27dc (patch) | |
tree | 13c70dfd754f9b9dcd3cf0b52773a61290d9df5f /mail/popper/Makefile | |
parent | New 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/Makefile | 8 |
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 |