diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-12-15 12:54:25 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-12-15 12:54:25 +0000 |
commit | 6e7d9074cf50542e7fffb2dfde6d19b19266f4e1 (patch) | |
tree | 57493f5037fbb61e88a7bed2edd33bddaf290505 /misc/display/Makefile | |
parent | 5937b8a28ac6d085f61ef9b57f547ce7677a39f8 (diff) |
Notes
Diffstat (limited to 'misc/display/Makefile')
-rw-r--r-- | misc/display/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/display/Makefile b/misc/display/Makefile index 5d9637711156..106dc7aefac1 100644 --- a/misc/display/Makefile +++ b/misc/display/Makefile @@ -6,8 +6,7 @@ # PORTNAME= display -PORTVERSION= 1.2 -PORTREVISION= 2 +PORTVERSION= 1.2a CATEGORIES= misc MASTER_SITES= http://www.ipsmart.com/src/ EXTRACT_SUFX= .tgz @@ -29,6 +28,7 @@ CONFLICTS= ImageMagick-[0-9]* goblin-* .endif CONFIGURE_ARGS+= --program-prefix=${DISPLAY_PROGRAM_PREFIX} +CONFIGURE_ENV+= LDFLAGS="${STRIP}" MAN1= ${DISPLAY_PROGRAM_PREFIX}display.1 PLIST_FILES= bin/${DISPLAY_PROGRAM_PREFIX}display |