diff options
author | ak <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
commit | 8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113 (patch) | |
tree | 3a5fa89ce069d98addd4a454dabe5acd815b9dda /graphics | |
parent | a28efa16b143f7c05f0987307231deecc88cd913 (diff) | |
download | freebsd-ports-gnome-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.tar.gz freebsd-ports-gnome-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.tar.zst freebsd-ports-gnome-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.zip |
- Remove vestiges of alpha support
Approved by: portmgr (erwin)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ayam/Makefile | 4 | ||||
-rw-r--r-- | graphics/gtkdps/Makefile | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index 81669041e254..0b27f37b072d 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -33,10 +33,6 @@ PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME} .include <bsd.port.options.mk> -.if ${ARCH} == "alpha" -BROKEN= Does not build on alpha -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/tcl/ayam.tcl @${REINPLACE_CMD} -e 's|^MF3DCFLAGS =|MF3DCFLAGS = -fPIC|g' \ diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 5211dd2b276f..b273b87ea783 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -23,8 +23,6 @@ CONFIGURE_ARGS= --with-dps-includes=${LOCALBASE}/include \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -BROKEN_alpha= Does not compile on alpha - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes |