diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 07:44:41 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 07:44:41 +0000 |
| commit | 06f79b66f2eb028c4ab81977dcb1e010ef9cf946 (patch) | |
| tree | b7aed86ac84412d11603ce23b7893d46f0d7475b /graphics/camera | |
| parent | Update master site and mark as unbroken. (diff) | |
Convert bsd.gnustep.mk to USES=gnustep
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG
Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui
Merge deskutils/preferencepanes into deskutils/systempreferences
Diffstat (limited to 'graphics/camera')
| -rw-r--r-- | graphics/camera/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile index 612420fddc68..2e26d5523881 100644 --- a/graphics/camera/Makefile +++ b/graphics/camera/Makefile @@ -16,11 +16,8 @@ LICENSE_FILE= ${WRKSRC}/Documentation/COPYING LIB_DEPENDS= libgphoto2_port.so:${PORTSDIR}/graphics/libgphoto2 -USES= tar:bzip2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= tar:bzip2 gnustep +USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/Camera |
