diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 08:47:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 08:47:20 +0800 |
commit | e3619422bc462f74d38ac5d665e78d324d292468 (patch) | |
tree | b17dfd7552bd1d63bed44f1bcae8ef9f527067a1 /accessibility/atkmm | |
parent | c8f338e29f67cccaa567f39b5d7619a9994de301 (diff) | |
download | freebsd-ports-gnome-e3619422bc462f74d38ac5d665e78d324d292468.tar.gz freebsd-ports-gnome-e3619422bc462f74d38ac5d665e78d324d292468.tar.zst freebsd-ports-gnome-e3619422bc462f74d38ac5d665e78d324d292468.zip |
Finish converting accessibility from USE_GMAKE to USES=gmake
While here:
- trim some headers
- convert from USE_GNOME=pkgconfig to USES=pkgconfig
Diffstat (limited to 'accessibility/atkmm')
-rw-r--r-- | accessibility/atkmm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile index f29648208408..4318d77b81f1 100644 --- a/accessibility/atkmm/Makefile +++ b/accessibility/atkmm/Makefile @@ -10,10 +10,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for ATK API library -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_XZ= yes USE_LDCONFIG= yes -USE_GMAKE= yes USE_GNOME= atk glibmm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |