diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-13 15:34:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-13 15:34:52 +0000 |
commit | 1879a7e2155817f5e7fed32504db1027d5395f44 (patch) | |
tree | b9f98dacf32281a7390e0e2f7e31322cb9142132 /graphics | |
parent | b69b0f1ea38458153d67f2bde4f4589243a57457 (diff) | |
download | ports-1879a7e2155817f5e7fed32504db1027d5395f44.tar.gz ports-1879a7e2155817f5e7fed32504db1027d5395f44.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 14901e700aca..6a7db4a30c1d 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -43,7 +43,7 @@ STABLE_PORTVERSION= 10.26.63 DEVEL_PORTVERSION= 10.31 .if defined(WITH_NETPBM_DEVEL) NETPBM_PORTVERSION= ${DEVEL_PORTVERSION} -NETPBM_SUFFIX= ${PKGNAMESUFFIX2} +NETPBM_SUFFIX= -devel CONFLICTS+= netpbm-10.26.* PATCHDIR?= ${MASTERDIR}/../netpbm-devel/files CFLAGS+= -Iutil |