diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-12-17 06:38:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-12-17 06:38:15 +0000 |
commit | c14bf947131d8175ac45df699ef0fd1e1e5fff0c (patch) | |
tree | efe35c4afb64683a5ddff7dcaf82df74f8ac37d3 /x11-themes | |
parent | 569f49de27c2509cb6b302ca977004f71b3ace0f (diff) | |
download | ports-c14bf947131d8175ac45df699ef0fd1e1e5fff0c.tar.gz ports-c14bf947131d8175ac45df699ef0fd1e1e5fff0c.zip |
With portmgr hat on, canonicalize assignment of BROKEN and remove
redundant inclusion of IGNORE.
Notes
Notes:
svn path=/head/; revision=124254
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/aquaosk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-themes/aquaosk/Makefile b/x11-themes/aquaosk/Makefile index 3bab54f47c6a..923d881549d0 100644 --- a/x11-themes/aquaosk/Makefile +++ b/x11-themes/aquaosk/Makefile @@ -15,8 +15,7 @@ MASTER_SITES= http://www.davidsansome.com/ \ MAINTAINER= brian@quynh-and-brian.org COMMENT= An Acqua-like native window decoration for KDE 3 -BROKEN= 'Does not build since KDE 3.2' -IGNORE= ${BROKEN} +BROKEN= Does not build since KDE 3.2 CONFIGURE_ARGS= --prefix=${PREFIX} INSTALLS_SHLIB= yes |