summaryrefslogtreecommitdiff
path: root/mail/popper/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-06 11:52:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-06 11:52:33 +0000
commit99b04635d54487590d097696b07b1c4778480658 (patch)
treeb2148454f6141d079ca42fff324e291a30079ae8 /mail/popper/Makefile
parentFixed to work on amd64. (diff)
Portlint(1)
Notes
Notes: svn path=/head/; revision=123308
Diffstat (limited to 'mail/popper/Makefile')
-rw-r--r--mail/popper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile
index a9a983e71598..408b2b38aedc 100644
--- a/mail/popper/Makefile
+++ b/mail/popper/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qpopper
PORTVERSION= 2.53
-PORTREVISION= 5
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/old/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -29,8 +29,8 @@ O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \
-DBULLDB -DNONAUTHFILE='\"/etc/ftpusers\"'
.if !defined(WITH_POPPER_APOP_ONLY)
-P_LIBS= -lopie
-O_DEFS+= -DOPIE
+P_LIBS= -lopie
+O_DEFS+= -DOPIE
.else
O_DEFS+= -DAPOP_ONLY
.endif