diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /x11-wm/afterstep | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) | |
download | ports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz ports-1e3119b07ebe66367ead55242a47710e556bf383.zip |
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes:
svn path=/head/; revision=327804
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r-- | x11-wm/afterstep/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 31cc1bd26e5a..71ceafea546e 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -14,14 +14,16 @@ COMMENT= Window manager originally based on the Bowman NeXTstep clone RUN_DEPENDS= asclock:${PORTSDIR}/x11-clocks/asclock +CONFLICTS?= afterstep-2* +PORTSCOUT= limit:^1\.[0-9.]*$$ NO_LATEST_LINK= yes +NO_STAGE= yes + USE_XORG= xpm xext x11 USES= imake INSTALL_TARGET= install install.man MANCOMPRESSED= yes MAN1= afterstep.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 -CONFLICTS?= afterstep-2* -PORTSCOUT= limit:^1\.[0-9.]*$$ CFLAGS+= -Wno-return-type USE_CSTD= gnu89 @@ -30,7 +32,6 @@ SRCDIRS= afterstep \ modules/Banner modules/Pager modules/Wharf \ modules/Wharf/ASSound -NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's|%%PREFIX%%|${PREFIX}|g' \ |