diff options
author | ache <ache@FreeBSD.org> | 1997-10-08 17:05:38 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-10-08 17:05:38 +0800 |
commit | 87eb31e3bf2a82787c2053ef06a8647876a98c26 (patch) | |
tree | 3cb065c1bda63ff95e140620ad7f59e8e90e19cd /mail/popper/Makefile | |
parent | 44c54d82cce394eec62a679734ad909db94a05f2 (diff) | |
download | freebsd-ports-gnome-87eb31e3bf2a82787c2053ef06a8647876a98c26.tar.gz freebsd-ports-gnome-87eb31e3bf2a82787c2053ef06a8647876a98c26.tar.zst freebsd-ports-gnome-87eb31e3bf2a82787c2053ef06a8647876a98c26.zip |
Remove NO_PACKAGE and add pkg/REQ instead
Diffstat (limited to 'mail/popper/Makefile')
-rw-r--r-- | mail/popper/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index 55bb95303394..6949dbf279e1 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -3,7 +3,7 @@ # Date created: 1 April 1995 # Whom: pst # -# $Id: Makefile,v 1.16 1997/10/07 20:37:15 ache Exp $ +# $Id: Makefile,v 1.17 1997/10/07 20:55:49 ache Exp $ # DISTNAME= qpopper2.4b2 @@ -19,8 +19,6 @@ MAINTAINER= pst@freebsd.org # with APOP authentification only # -NO_PACKAGE= "Needs POP UID" - O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \ -DAPOP='\"'${PREFIX}'/etc/popper/pop.auth\"' \ -DPOPUID='\"pop\"' \ |