diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-10-26 03:08:09 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-10-26 03:08:09 +0000 |
commit | b31dad3efb3c27e1c4a8c9d2766a6715431bbc72 (patch) | |
tree | bef99323e664ae1ebf618248569d306a5146eecb /graphics/xpm | |
parent | 44c13602a84457e0bd39328d529975978c4577b5 (diff) | |
download | ports-b31dad3efb3c27e1c4a8c9d2766a6715431bbc72.tar.gz ports-b31dad3efb3c27e1c4a8c9d2766a6715431bbc72.zip |
Back out a portion of revision 1.41: I accidently committed some
modifications made during testing.
Noticed by: lesi
Pointy hat: now in place
Probably was trying to give me a hint: kris
Notes
Notes:
svn path=/head/; revision=120193
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index f3cf2739f3af..d7f483610349 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -28,9 +28,9 @@ MAN1= cxpm.1 sxpm.1 .include <bsd.port.pre.mk> -#.if ${X_WINDOW_SYSTEM:L} != xfree86-3 -#IGNORE= is included in XFree86 >3.x -#.endif +.if ${X_WINDOW_SYSTEM:L} != xfree86-3 +IGNORE= is included in XFree86 >3.x +.endif post-install: @ranlib ${PREFIX}/lib/libXpm.a |