diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-10 15:26:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-10 15:26:43 +0800 |
commit | d4054f88171a6bdb29d25adaceaf40bf785f3eb1 (patch) | |
tree | a4318f0b2cddfb658d5e756697c3b6b63da4c8cf /graphics | |
parent | 6de684641281cf922bdf863187788520907346da (diff) | |
download | freebsd-ports-gnome-d4054f88171a6bdb29d25adaceaf40bf785f3eb1.tar.gz freebsd-ports-gnome-d4054f88171a6bdb29d25adaceaf40bf785f3eb1.tar.zst freebsd-ports-gnome-d4054f88171a6bdb29d25adaceaf40bf785f3eb1.zip |
Convert to USES=gnustep
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphos/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/graphos/Makefile b/graphics/graphos/Makefile index 42cfeeb388c1..be41bc0c3eba 100644 --- a/graphics/graphos/Makefile +++ b/graphics/graphos/Makefile @@ -13,10 +13,8 @@ COMMENT= Vector drawing application centered around bezier paths LICENSE= GPLv2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +USES= gnustep +USE_GNUSTEP= back build +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include <bsd.port.mk> |