diff options
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 af55d47..7e1f37e 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 |