diff options
author | nectar <nectar@FreeBSD.org> | 2004-10-26 11:08:09 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-10-26 11:08:09 +0800 |
commit | 6925bc2ece6bb6f200763560f323dc3e034ddab5 (patch) | |
tree | eff2ec8fba9e70ab4d0c0057dcc5a8cd7e27b027 /graphics | |
parent | b95a9d34b0e38ea83c993f34d3fd15c272635da3 (diff) | |
download | freebsd-ports-gnome-6925bc2ece6bb6f200763560f323dc3e034ddab5.tar.gz freebsd-ports-gnome-6925bc2ece6bb6f200763560f323dc3e034ddab5.tar.zst freebsd-ports-gnome-6925bc2ece6bb6f200763560f323dc3e034ddab5.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
Diffstat (limited to 'graphics')
-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 |